バージョン

明示的 キャスト 演算子(ComplexVector,Int64[]) オペレータ

ComplexVector を long 配列にキャストします。
シンタックス
'宣言
 
Overloads Public Operator Narrowing CType( _
   ByVal x() As Long _
) As ComplexVector
public ComplexVector operator explicit( 
   long[] x
)

パラメータ

x
long 配列。

戻り値の型

y[i] = (Complex)x[i] である行 ComplexVector y。
参照